projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38e283
)
Fix a typo in the value of CPP.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 23 Oct 2001 07:24:43 +0000
(07:24 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 23 Oct 2001 07:24:43 +0000
(07:24 +0000)
etc/PROBLEMS
patch
|
blob
|
history
diff --git
a/etc/PROBLEMS
b/etc/PROBLEMS
index d2c12e29e615a529d2eb226865dd0033725b61d5..d4efbaf19e65555123c6101e282aa943b0252ec0 100644
(file)
--- a/
etc/PROBLEMS
+++ b/
etc/PROBLEMS
@@
-19,7
+19,7
@@
when it detects the known problems in your cpp, but you might hit some
unknown ones. To force the `configure' script to use `-traditional',
run the script like this:
- CPP='gcc -E -traditional
"
./configure ...
+ CPP='gcc -E -traditional
'
./configure ...
(replace the ellipsis "..." with any additional arguments you pass to
the script).